home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / listings / v_09_04 / 9n04086a < prev    next >
Text File  |  1991-02-16  |  298b  |  10 lines

  1.  
  2. nwords          is equal to      4,
  3. mystr           is not changed   "This is a test.",
  4. *strlist[0]     points to        "This",
  5. *strlist[1]     points to        "is",
  6. *strlist[2]     points to        "a",
  7. *strlist[3]     points to        "test.",
  8. *strlist[4]     points to        NULL.
  9.  
  10.